INSTRUCTIONS FOR KOB_Training DATABASE SETUP

1. Copy the KOB_Training_Data folder onto your SQL Server's hard drive (this example uses server drive and path C:\Projects\KOB_Training_Data\)

2. Launch SQL Server Management Studio

3. Open KOB_Training_CreateDB.sql for editing

4. Search for each instance of "--ENTER" and replace values to suit your environment
	'KOB_Test';	--ENTER your database name here
	KOB_Test	--ENTER your database name here
	'\Projects\KOB_Training_Data\' 	--ENTER the Server's path to the data files
	'DevPa55wd'   --ENTER the Dev Login password
	'K0Bu53rpw'   --ENTER the User Login password

5. Execute the "CreateDB" script
Last four SQL Server messages should look like this:
	*** Creating Indices
	*** Activating Referential Integrity
	*** The database has been created
	*** The database users have been created

6. Launch MSAccess and open the KOB Training Application.mdb
	Error message says there is a problem connecting to the database.  Respond [OK]
	SQL Server Link dialog appears

7. Enter your server name, your database name (KOB_Test), user ID as <your database name>_User (KOB_Test_User), your user password (K0Bu53rpw)
	KOB Training application responds with "SQL Server links were updated"